home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Doomsday Disk
/
THE DOOMSDAY DISK.iso
/
goodies
/
angels
/
angels.bat
< prev
next >
Wrap
DOS Batch File
|
1995-05-30
|
1KB
|
32 lines
@echo off
echo.
echo This patch gives your seargants wings...
echo.
echo This procedure will take 2.5 megabytes of diskspace for DOOM1
echo or approximately 4.5 megabytes for DOOM2.
echo Press Ctrl-C to abort...
pause
REM Uncomment the next line if you want to save space by modifying the
REM original DOOM! installation.
REM ./deusf -doom .. -merge angels.pwd
REM If you want to remove the patch from the original DOOM! installation,
REM run: ./deusf -doom .. -res ../doom.wad (for DOOM1)
REM or ./deusf -doom .. -res ../doom2.wad (for DOOM2)
REM Comment the next line if you want to save space by modifying the
REM original DOOM! installation.
deusf -doom .. -add angels.pwd angels.wad
echo.
echo Your seargants have been replaced by badass angels!!
echo.
echo To play this patch, run doom with the arguments: -file angels/angel.wad
echo.
echo You can remove angel.wad any time, if you need more diskspace.
echo If you ever want to recreate it, re-run this batchfile.
echo.
echo Enjoy!
echo -Sam Lantinga (slouken@cs.ucdavis.edu)
echo.